
CD-ROM Device Driver install program Version 5.11 (SETUP.EXE )


=========== AUTO INSTALLATION GUIDE (ENGLISH) ==========
  
  1)  First ,install the CD-ROM drive and I/F board. Make sure that
      all the connections is completed correctly.
  
  2)  Turn the host computer on.
  
  3)  Insert the supplied 3.5inch diskette into 3.5inch drive.
  
  4)  Change the current drive the diskette is inserted.
  
      Example "a:"
    
  5)  Type "SETUP" beside the DOS prompt mark,then press the ENTER
      key.
  
  6)  Installation Guide appears on the display.
      Press ENTER key,Installation will start automatically.
      If Press ESC key then Installation is abort.
  
  7)  After finishing the Installation,the original "AUTOEXEC.BAT"
      will be renamed "AUTOEXEC.ORG" and the original"CONFIG.SYS"
      will be renamed "CONFIG.ORG" automatically.
	  
  8)  When finished setup,"CONFIG.SYS" and "AUTOEXEC.BAT" will be
      appended the next new command line.
  
      < CONFIG.SYS >

         DEVICE = D011V200.SYS /D:MSCD001 
  
      < AUTOEXEC.BAT >

        MSCDEX = /D:MSCD001 
 
  9)  Remove the 3,5inch dikette from the drive the restart the host
      computer.
  
  10) CD-ROM device driver "D011V200.SYS" recognizes the connecting
      port of CD-ROM drive automatically.
      Therefore, Selection of Port ,IRQ , and Master/Slave are not
      required by manual. Auto setting conditions of device driver
      is as following.
 
     < Auto setting conditions >
	 
    -------------------------------------------------------------
	 PORT No.|  IRQ No. |  Master/Slave   
    -------------------------------------------------------------
	 1F0     |  14      |  Master/Slave   ( Primary Port   )
 	 1E8     |  11      |  Master/Slave   
 	 170     |  15      |  Master/Slave   ( Secondary Port )
         168     |  10      |  Master/Slave
    -------------------------------------------------------------


=======  MANUAL SETTING INFORMATION (ENGLISH) ==========

  You may need to edit "CONFIG.SYS" and "AUTOEXEC.BAT" to contain the
  Option Switch of commmand line.
 
  11) Contents in "CONFIG.SYS" can be changed by manual as following.

    < CONFIG.SYS >

    Set Option Switch

	/D: DeviceName

 		DeviceName ... 8 characters code
	    	               Example : "MSCD001"
							   
		MSCDEX uses this parameter to locate each device driver.
		This parameter must match those used for "/D:DeviceName"
		parameter in AUTOEXEC.BAT.
				
    	/P: XXX,YY        XXX ... Port Address
                           YY ... IRQ Number
				 
 	/S: XXX,YY,ZZ     XXX ... Port Address
                           YY ... IRQ Number
	                    Z ... '0' =Master
       	                          '1' =Slave
			    			 
    Please select the Number for above XXX,YY within the list of 
    Item 10).

    For example :
 
		" DEVICE =D011V200.SYS /D:MSCD001 /P:168,11 "

		" DEVICE =D011V200.SYS /D:MSCD001 /S:1E8,11,0 "

  12) Contents in "AUTOEXEC.BAT" can be changed by manual
      as following.

   < AUTOEXEC.BAT >

    MSCDEX /D:MSCD001

    Set Option Switch

	/D:device_name
		MSCDEX uses this parameter to locate each device driver.
		Names used must match those used for /D:device_name 
		parameter fod each device entry in CONFIG.SYS.

	/M:value
		The /M: switch determines how many sector buffers MSCDEX
		allocates when it installs itself.

	/L:drive_letter
		For software the requires that the CD-ROM drive be
            identified by particular drive letter

